DebugBuilder

Simple builder to collect debug files and upload them to a custom bytebin server Ex:

    DebugBuilder.builder("https://bytebin.lucko.me/")...

Types

Link copied to clipboard
object Companion

Functions

Link copied to clipboard
fun addFile(filePath: Path, fileType: FileType, uiTabName: String): DebugBuilder

Add a debug file RAW into the debug zip

Link copied to clipboard
fun addJson(json: String, uiTabName: String): DebugBuilder

Add a json string as a file into the debug zip

Link copied to clipboard
fun addText(text: String, uiTabName: String): DebugBuilder

Add a text as a file into the debug zip

Link copied to clipboard
fun addYAML(yaml: String, uiTabName: String): DebugBuilder

Add a yaml string as a file into the debug zip

Link copied to clipboard

Upload all collected files in a zip with a debug.json to a custom bytebin server.